ArcGIS Runtime SDK for WPF - Library Reference
LengthsTaskAsync(IList<Graphic>) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > LengthsTaskAsync Method : LengthsTaskAsync(IList<Graphic>) Method

graphics
The graphics used to calculate lengths.
Calculates the lengths of each specified polyline.

Syntax

Visual Basic (Declaration) 
Public Overloads Function LengthsTaskAsync( _
   ByVal graphics As IList(Of Graphic) _
) As Task(Of LengthsResult)
C# 
public Task<LengthsResult> LengthsTaskAsync( 
   IList<Graphic> graphics
)

Parameters

graphics
The graphics used to calculate lengths.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.